home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / HFTUBE.ZIP / TUBE.NFO < prev    next >
Text File  |  1995-12-13  |  2KB  |  53 lines

  1. This tube effect were used in Anarchy intro called Tam. It really seem to be
  2. raped in Tam, but it's just because the lack of time to finish our intro before
  3. deadline of Assembly'95. It has been told that the program uses antialiasing to
  4. make the tube look smoother but really it's plain smoothing so no flames about
  5. that thank you (= If it seems to run too slowly on your computer, you may re-
  6. move smoothing just by simply editing tubetest.asm and compiling it again. Many
  7. tables are precalculated with pascal programs to files, because those are so
  8. painful to do with assembler. Used screen mode is 320x200x256 mode with 240
  9. lines. And one more thing:
  10.  THESE SOURCES ARE NOT ALLOWED TO USE IN _ANY_ COMMERCIAL PRODUCTION WITHOUT
  11.  MY _OWN_ _PERSONAL_ PERMISSION! IF YOU ARE GOING TO USE THESE SOURCES IN YOUR
  12.  DEMO STUFF, ATLEAST GREET ME, THANK YOU!
  13.  
  14.  
  15. Here is some info what these files contains:
  16.   aalias.asm    Smoothing routine
  17.   antipre.pas   Precalculator source for colors in tube
  18.   memfix.exe    Set maximum heap in exe file equal to minimum (free memory)
  19.   t.bat         Compiles the tube program
  20.   tube.asm      Tube main routine sources
  21.   tube.dat      Translation addresses from tube premap to screen
  22.   tube.map      Tube surface bitmap (created by tubepic.exe)
  23.   tube.nfo      This file
  24.   tube.pas      Pascal main routine. Don't work because object files are not
  25.                  compiled. However it should be easy to make it work.
  26.   tube.pic      Just simple (raw) picture file for tube bitmap.
  27.   tube.rad      Radius map (created by tuberad.exe)
  28.   tubeanti.dat  Smoothing values for each color combination (antipre.exe)
  29.   tubepic.pas   Source for picture converter of tube bitmap.
  30.   tubepre.pas   Source for making translation coordinate addresses (320x200)
  31.   tuberad.pas   Source for making radiuses for tube (winding tube)
  32.   tubetest.asm  Main program for tube
  33.   tubetest.exe  Runnable version of the tube
  34.  
  35.  
  36.  If you wanna contact me,
  37.   Contact me via
  38.    snailmail: Jarkko Lempiäinen
  39.               Vaajakatu 5 J 184
  40.               33720 Tampere
  41.               Finlandia
  42.       e-mail: l152268@cc.tut.fi
  43.        phone: 358-31-3185534
  44.  
  45.  
  46.               - greets to:
  47.                   Peak, Das, Tirana, JGFet, Spirit, Placid, Fear, TheFear,
  48.                   Nahkamuumi, Heron
  49.  
  50.  
  51.                                                              - Altair/Anarchy -
  52.  
  53.